MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawTextFallback Method / DrawTextFallback(String[],Single,Single,Single,Single,String,String[]) Method
The astr text.
The left.
The top.
The width.
The height.
The string link.
The astr text fallback.

In This Topic
DrawTextFallback(String[],Single,Single,Single,Single,String,String[]) Method
In This Topic
Draws the text fallback.
Syntax
'Declaration
 
Public Overloads Sub DrawTextFallback( _
   ByVal astrText() As String, _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal strLink As String, _
   ByVal astrTextFallback() As String _
) 
 

Parameters

astrText
The astr text.
left
The left.
top
The top.
width
The width.
height
The height.
strLink
The string link.
astrTextFallback
The astr text fallback.
See Also